Skip to main content
Version: 12.10.0

Get Home Feed API

This API will get the Home Feed content for AOK.

  • Request Type : GET
  • End Point URL : /v1/getHomeFeedContent
  • Authorization : basic_auth

Parameters :

ParameterDescription
aokid*AOK id is the AOK specefic unique id. It will filter static html content and get AOK specefic content.
  • Sample URL : http://site_url/v1/getHomeFeedContent?aokid=aokplus
  • Response Success Code : 200 OK
  • Sample Response
[
{
"homeContentFeedData": [
{
"contentType": "imageCard",
"isLoginRequired": false,
"imageName": "Imagecard",
"imageURLString": "http://dev-cms.navida-cloud.plus.aok.de/sites/default/files/Home/HeideGravel.jpg",
"iconName": "",
"iconURLString": "",
"title": "test card2",
"description": "test card2 description",
"buttonTitle": "test card 2 btn",
"category": "test card 2 categ",
"deeplinkUrl": "navidapro://testcard",
"deeplinkUrlUpdated": "navidapro://testcard"
}
]
}
]